home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dino Crisis Digital Press Kit
/
Dino Crisis Digital Press Kit.iso
/
mac
/
Xtras
/
Behavior Library for Java.cst
/
00011_Script_GoNextMarkerMouseUp
< prev
next >
Wrap
Text File
|
1998-04-08
|
322b
|
21 lines
-- Marker Go to Next MouseUp
-- nav
-- Behavior Library 1.1 for Java
-- goes to next marker on mouseUp
on mouseUp me
go to marker (1)
end
on getBehaviorDescription
return "Moves the Playback Head to the next marker on mouseUp. Drag to a sprite or a frame in the script channel."
end